All Questions
6 questions
0votes
0answers
142views
All Protractor tests fail after Chrome browser updated to version 88
Has anyone encounter the issue where updating to Chrome browser 88 causes all Protractor e2e tests to fail if the test system is not physically logged into? If I rollback the Chrome browser to 87, ...
4votes
2answers
2kviews
Protractor Chrome headless mixed content issue
I am making an automation of an AngularJS website and I need to run Selenium Chrome Driver with Protractor headless. The problem is that i'm getting this error in terminal: Mixed Content: The page at ...
4votes
2answers
4kviews
chrome-driver start-maximized not working in MAC OS
In windows OS, the browsers launched perfectly with the below configuration. But in MAC chrome browser is not fully maximized. My Config File: config.framework = 'jasmine2'; config.allScriptsTimeout ...
1vote
2answers
482views
Webdriver doesn't stable and sometimes crashes during the running
Sometimes the webDriver stopped during the running and warn about "no session"/ "no window target" and etc.. I've used Protractor on Node.JS for my automated testing. The errors are not Constantine ...
0votes
0answers
256views
Protractor - The test running always crashes after some time
I've something like 15 scripts inside my test cases pull and every full running after 10 passed scripts it always crashes. I don't know what is the reason. The error from the webdriver log: catch(e) ...
1vote
1answer
338views
How to capture screen in selenium webdriver when using jasmine js?
Please your assistance in the following question: How to capture screen in selenium webdriver when using jasmine js? Not for errors, just to capture the website page during the test.